func crypto/internal/fips140/aes.ctrBlocks
5 uses
crypto/internal/fips140/aes (current package)
ctr.go#L131: func ctrBlocks(b *Block, dst, src []byte, ivlo, ivhi uint64) {
ctr_asm.go#L25: ctrBlocks(b, dst[:], src[:], ivlo, ivhi)
ctr_asm.go#L33: ctrBlocks(b, dst[:], src[:], ivlo, ivhi)
ctr_asm.go#L41: ctrBlocks(b, dst[:], src[:], ivlo, ivhi)
ctr_asm.go#L49: ctrBlocks(b, dst[:], src[:], ivlo, ivhi)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)